home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / dilearn.dxr / 00059_Script_59 < prev    next >
Text File  |  1998-10-22  |  114b  |  7 lines

  1. on mouseDown
  2.   global learning
  3.   if learning = 0 then 
  4.     set learning = 1
  5.     play "Learning"
  6.   end if
  7. end